UNPKG

@proveanything/smartlinks

Version:

Official JavaScript/TypeScript SDK for the Smartlinks API

9 lines (8 loc) 596 B
export { initializeApi, request, sendCustomProxyMessage } from "./http"; export * from "./api"; export * from "./types"; export type { LoginResponse, VerifyTokenResponse, AccountInfoResponse, } from "./api/auth"; export type { AttestationResponse, AttestationCreateRequest, AttestationUpdateRequest, } from "./types/attestation"; export type { BatchResponse, BatchCreateRequest, BatchUpdateRequest, } from "./types/batch"; export type { VariantResponse, VariantCreateRequest, VariantUpdateRequest, } from "./types/variant"; export type { AppConfigOptions } from "./api/appConfiguration";