@settlemint/sdk-utils
Advanced tools
Comparing version 1.1.6-pr1570444a to 1.1.6-pr42a6665d
@@ -75,4 +75,2 @@ import { z } from 'zod'; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
/** UI endpoint URL for Blockscout */ | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
/** Name of the new project being created */ | ||
@@ -114,3 +112,2 @@ SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -151,3 +148,2 @@ }, { | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -197,3 +193,2 @@ }>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -234,3 +229,2 @@ }, "strip", z.ZodTypeAny, { | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -271,3 +265,2 @@ }, { | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -274,0 +267,0 @@ }>; |
@@ -109,4 +109,2 @@ import { ZodSchema, ZodString, z } from 'zod'; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
/** UI endpoint URL for Blockscout */ | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
/** Name of the new project being created */ | ||
@@ -148,3 +146,2 @@ SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -185,3 +182,2 @@ }, { | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -231,3 +227,2 @@ }>; | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -268,3 +263,2 @@ }, "strip", z.ZodTypeAny, { | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -305,3 +299,2 @@ }, { | ||
SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
NEXT_PUBLIC_SETTLEMINT_BLOCKSCOUT_UI_ENDPOINT?: string | undefined; | ||
SETTLEMINT_NEW_PROJECT_NAME?: string | undefined; | ||
@@ -308,0 +301,0 @@ }>; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "Shared utilities and helper functions for SettleMint SDK modules", | ||
"version": "1.1.6-pr1570444a", | ||
"version": "1.1.6-pr42a6665d", | ||
"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
511354
3560