@settlemint/sdk-utils
Advanced tools
Comparing version
@@ -37,4 +37,4 @@ import { z } from 'zod'; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodString, "many">>, string[] | undefined, unknown>; | ||
/** Name of The Graph subgraph */ | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME: z.ZodOptional<z.ZodString>; | ||
/** Default The Graph subgraph to use */ | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH: z.ZodOptional<z.ZodString>; | ||
/** Unique name of the Smart Contract Portal instance */ | ||
@@ -93,3 +93,3 @@ SETTLEMINT_PORTAL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: string[] | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -129,3 +129,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: unknown; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -174,3 +174,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodString, "many">>, string[] | undefined, unknown>>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_PORTAL: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -210,3 +210,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: string[] | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -246,3 +246,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: unknown; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -249,0 +249,0 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; |
@@ -71,4 +71,4 @@ import { ZodSchema, ZodString, z } from 'zod'; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodString, "many">>, string[] | undefined, unknown>; | ||
/** Name of The Graph subgraph */ | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME: z.ZodOptional<z.ZodString>; | ||
/** Default The Graph subgraph to use */ | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH: z.ZodOptional<z.ZodString>; | ||
/** Unique name of the Smart Contract Portal instance */ | ||
@@ -127,3 +127,3 @@ SETTLEMINT_PORTAL: z.ZodOptional<z.ZodString>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: string[] | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -163,3 +163,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: unknown; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -208,3 +208,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodString, "many">>, string[] | undefined, unknown>>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_PORTAL: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
@@ -244,3 +244,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: string[] | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -280,3 +280,3 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; | ||
SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?: unknown; | ||
SETTLEMINT_THEGRAPH_SUBGRAPH_NAME?: string | undefined; | ||
SETTLEMINT_THEGRAPH_DEFAULT_SUBGRAPH?: string | undefined; | ||
SETTLEMINT_PORTAL?: string | undefined; | ||
@@ -283,0 +283,0 @@ SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT?: string | undefined; |
{ | ||
"name": "@settlemint/sdk-utils", | ||
"description": "Shared utilities and helper functions for SettleMint SDK modules", | ||
"version": "1.1.15", | ||
"version": "1.1.16-main05684df0", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
511956
0.09%2
100%