@settlemint/sdk-hasura
Advanced tools
Comparing version 0.5.28 to 0.5.29-mainf25c874
@@ -10,3 +10,3 @@ import { AbstractSetupSchema, initGraphQLTada } from 'gql.tada'; | ||
declare const ClientOptionsSchema: z.ZodObject<{ | ||
instance: z.ZodString; | ||
instance: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -26,4 +26,5 @@ instance: string; | ||
declare const ServerClientOptionsSchema: z.ZodObject<z.objectUtil.extendShape<{ | ||
instance: z.ZodUnion<[z.ZodString, z.ZodString]>; | ||
}, { | ||
instance: z.ZodString; | ||
}, { | ||
accessToken: z.ZodString; | ||
@@ -30,0 +31,0 @@ adminSecret: z.ZodString; |
{ | ||
"name": "@settlemint/sdk-hasura", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.5.28", | ||
"version": "0.5.29-mainf25c874", | ||
"type": "module", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"dependencies": { | ||
"@settlemint/sdk-utils": "0.5.28", | ||
"@settlemint/sdk-utils": "0.5.29-mainf25c874", | ||
"graphql-request": "^7", | ||
@@ -54,0 +54,0 @@ "zod": "^3" |
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
32092
213
+ Added@settlemint/sdk-utils@0.5.29-mainf25c874(transitive)
- Removed@settlemint/sdk-utils@0.5.28(transitive)