@settlemint/sdk-utils
Advanced tools
Comparing version 0.5.31 to 0.5.32
@@ -31,2 +31,4 @@ import { z } from 'zod'; | ||
NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000002">; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -39,2 +41,4 @@ SETTLEMINT_INSTANCE: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: "0x5e771e1417100000000000000000000000000001"; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: "0x5e771e1417100000000000000000000000000002"; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -65,2 +69,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: "0x5e771e1417100000000000000000000000000001"; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: "0x5e771e1417100000000000000000000000000002"; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -111,2 +117,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000002">>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -137,2 +145,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY?: "0x5e771e1417100000000000000000000000000002" | undefined; | ||
}, { | ||
@@ -163,2 +173,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY?: "0x5e771e1417100000000000000000000000000002" | undefined; | ||
}>; | ||
@@ -165,0 +177,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
@@ -37,2 +37,4 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000002">; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -45,2 +47,4 @@ SETTLEMINT_INSTANCE: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: "0x5e771e1417100000000000000000000000000001"; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: "0x5e771e1417100000000000000000000000000002"; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -71,2 +75,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: "0x5e771e1417100000000000000000000000000001"; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: "0x5e771e1417100000000000000000000000000002"; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -117,2 +123,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000002">>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -143,2 +151,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY?: "0x5e771e1417100000000000000000000000000002" | undefined; | ||
}, { | ||
@@ -169,2 +179,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY?: "0x5e771e1417100000000000000000000000000002" | undefined; | ||
}>; | ||
@@ -171,0 +183,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
@@ -37,2 +37,4 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
NEXTAUTH_URL: z.ZodString; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000002">; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -45,2 +47,4 @@ SETTLEMINT_INSTANCE: string; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: "0x5e771e1417100000000000000000000000000001"; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: "0x5e771e1417100000000000000000000000000002"; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -71,2 +75,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
NEXTAUTH_URL: string; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: "0x5e771e1417100000000000000000000000000001"; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: "0x5e771e1417100000000000000000000000000002"; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -117,2 +123,4 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
NEXTAUTH_URL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000002">>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -143,2 +151,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY?: "0x5e771e1417100000000000000000000000000002" | undefined; | ||
}, { | ||
@@ -169,2 +179,4 @@ SETTLEMINT_INSTANCE?: string | undefined; | ||
NEXTAUTH_URL?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_FACTORY?: "0x5e771e1417100000000000000000000000000002" | undefined; | ||
}>; | ||
@@ -171,0 +183,0 @@ type DotEnvPartial = z.infer<typeof DotEnvSchemaPartial>; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.5.31", | ||
"version": "0.5.32", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223799
2027