@lit-protocol/types
Advanced tools
Comparing version 2.1.66 to 2.1.67
{ | ||
"name": "@lit-protocol/types", | ||
"version": "2.1.66", | ||
"version": "2.1.67", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -276,3 +276,3 @@ import { SupportedJsonRequests } from './types'; | ||
*/ | ||
getEncryptionKey(params: JsonEncryptionRetrieveRequest): Promise<Uint8Array | undefined>; | ||
getEncryptionKey(params: JsonEncryptionRetrieveRequest): Promise<Uint8Array>; | ||
/** | ||
@@ -279,0 +279,0 @@ * |
@@ -399,2 +399,20 @@ /** ---------- Access Control Conditions Interfaces ---------- */ | ||
} | ||
export interface EncryptAndUploadMetadataToIpfsProps { | ||
authSig: JsonAuthSig; | ||
accessControlConditions?: AccessControlConditions; | ||
evmContractConditions?: EvmContractConditions; | ||
solRpcConditions?: SolRpcConditions; | ||
unifiedAccessControlConditions?: UnifiedAccessControlConditions; | ||
chain: string; | ||
string?: string; | ||
file?: AcceptedFileType; | ||
litNodeClient: ILitNodeClient; | ||
infuraId: string; | ||
infuraSecretKey: string; | ||
} | ||
export interface DecryptStringWithIpfsProps { | ||
authSig: JsonAuthSig; | ||
ipfsCid: string; | ||
litNodeClient: ILitNodeClient; | ||
} | ||
export interface EncryptFileAndZipWithMetadataProps { | ||
@@ -401,0 +419,0 @@ authSig: JsonAuthSig; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29486
929