@settlemint/sdk-utils
Advanced tools
Comparing version 0.6.22-pr5991236 to 0.6.22-pr7545d29
@@ -11,5 +11,2 @@ import { z } from 'zod'; | ||
SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
@@ -53,5 +50,2 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003"; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -90,5 +84,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003"; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -124,5 +115,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
@@ -161,5 +149,2 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_APPLICATION?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -198,5 +183,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -203,0 +185,0 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; |
import { ZodString, z, ZodSchema } from 'zod'; | ||
declare function capitalizeFirstLetter(val: string): string; | ||
/** | ||
@@ -19,5 +17,2 @@ * Schema for validating access tokens. | ||
SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
@@ -61,5 +56,2 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003"; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -98,5 +90,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003"; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -132,5 +121,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
@@ -169,5 +155,2 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_APPLICATION?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -206,5 +189,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -410,2 +390,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Template, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, capitalizeFirstLetter, emptyDir, ensureBrowser, ensureFolder, ensureServer, formatTargetDir, getPackageManager, installDependencies, isEmpty, isPackageInstalled, isValidPackageName, loadEnv, projectRoot, runsInBrowser, runsOnServer, setName, templates, toValidPackageName, validate, writeEnv }; | ||
export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Template, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, emptyDir, ensureBrowser, ensureFolder, ensureServer, formatTargetDir, getPackageManager, installDependencies, isEmpty, isPackageInstalled, isValidPackageName, loadEnv, projectRoot, runsInBrowser, runsOnServer, setName, templates, toValidPackageName, validate, writeEnv }; |
@@ -17,5 +17,2 @@ import { ZodString, z, ZodSchema } from 'zod'; | ||
SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
@@ -59,5 +56,2 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003"; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -96,5 +90,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003"; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -130,5 +121,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>; | ||
@@ -167,5 +155,2 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_APPLICATION?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -204,5 +189,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_APPLICATION?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined; | ||
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined; | ||
SETTLEMINT_LOAD_BALANCER?: string | undefined; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
@@ -209,0 +191,0 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.6.22-pr5991236", | ||
"version": "0.6.22-pr7545d29", | ||
"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