@settlemint/sdk-utils
Advanced tools
Comparing version 0.4.34-pr5d09f78 to 0.4.34-pr80b4100
@@ -13,2 +13,12 @@ import { z } from 'zod'; | ||
SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_HASURA_ADMIN_SECRET: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PORTAL: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -20,2 +30,12 @@ SETTLEMINT_ENVIRONMENT: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HASURA_ADMIN_SECRET?: string | undefined; | ||
SETTLEMINT_THEGRAPH?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
}, { | ||
@@ -27,2 +47,12 @@ SETTLEMINT_ENVIRONMENT: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HASURA_ADMIN_SECRET?: string | undefined; | ||
SETTLEMINT_THEGRAPH?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
}>; | ||
@@ -29,0 +59,0 @@ type DotEnv = z.infer<typeof DotEnvSchema>; |
@@ -19,2 +19,12 @@ import { z, ZodSchema } from 'zod'; | ||
SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_HASURA_ADMIN_SECRET: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PORTAL: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -26,2 +36,12 @@ SETTLEMINT_ENVIRONMENT: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HASURA_ADMIN_SECRET?: string | undefined; | ||
SETTLEMINT_THEGRAPH?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
}, { | ||
@@ -33,2 +53,12 @@ SETTLEMINT_ENVIRONMENT: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HASURA_ADMIN_SECRET?: string | undefined; | ||
SETTLEMINT_THEGRAPH?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
}>; | ||
@@ -35,0 +65,0 @@ type DotEnv = z.infer<typeof DotEnvSchema>; |
@@ -18,2 +18,12 @@ import { z, ZodSchema } from 'zod'; | ||
SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_HASURA_ADMIN_SECRET: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PORTAL: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_HD_PRIVATE_KEY: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -25,2 +35,12 @@ SETTLEMINT_ENVIRONMENT: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HASURA_ADMIN_SECRET?: string | undefined; | ||
SETTLEMINT_THEGRAPH?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
}, { | ||
@@ -32,2 +52,12 @@ SETTLEMINT_ENVIRONMENT: string; | ||
SETTLEMINT_APPLICATION: string; | ||
SETTLEMINT_HASURA?: string | undefined; | ||
SETTLEMINT_HASURA_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HASURA_ADMIN_SECRET?: string | undefined; | ||
SETTLEMINT_THEGRAPH?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_ENDPOINT_FALLBACK?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_PORTAL_REST_ENDPOINT?: string | undefined; | ||
SETTLEMINT_HD_PRIVATE_KEY?: string | undefined; | ||
}>; | ||
@@ -34,0 +64,0 @@ type DotEnv = z.infer<typeof DotEnvSchema>; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.4.34-pr5d09f78", | ||
"version": "0.4.34-pr80b4100", | ||
"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
143082
1401