Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / secretTypeSchemas

Variable: secretTypeSchemas

const secretTypeSchemas: object

Defined in: packages/chaingraph-types/src/port/base/secret.ts:18

Supported types of secrets.

Type Declaration

0g

0g: ZodObject<{ privateKey: ZodString; }, "strip", ZodTypeAny, { privateKey: string; }, { privateKey: string; }>

alchemy

alchemy: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

anthropic

anthropic: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

coinmarketcap

coinmarketcap: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

deepseek

deepseek: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

gemini

gemini: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

groq

groq: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

moonshot

moonshot: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

OkxDexApi

OkxDexApi: ZodObject<{ apiKey: ZodString; apiPassphrase: ZodString; secretKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; apiPassphrase: string; secretKey: string; }, { apiKey: string; apiPassphrase: string; secretKey: string; }>

openai

openai: ZodObject<{ apiKey: ZodString; }, "strip", ZodTypeAny, { apiKey: string; }, { apiKey: string; }>

string

string: ZodObject<{ value: ZodString; }, "strip", ZodTypeAny, { value: string; }, { value: string; }>

xAPI

xAPI: ZodObject<{ key: ZodString; secretKey: ZodString; }, "strip", ZodTypeAny, { key: string; secretKey: string; }, { key: string; secretKey: string; }>

xApp

xApp: ZodObject<{ key: ZodString; secretKey: ZodString; }, "strip", ZodTypeAny, { key: string; secretKey: string; }, { key: string; secretKey: string; }>

Licensed under BUSL-1.1