@proveanything/smartlinks
Version:
Official JavaScript/TypeScript SDK for the Smartlinks API
12 lines (11 loc) • 965 B
TypeScript
export { initializeApi, request, sendCustomProxyMessage } from "./http";
export * from "./api";
export * from "./types";
export type { LoginResponse, VerifyTokenResponse, AccountInfoResponse, } from "./api/auth";
export type { UserAccountRegistrationRequest, } from "./types/auth";
export type { SendNotificationRequest, SendNotificationResponse, NotificationSubjectTarget, NotificationTemplate, PushNotificationTemplate, EmailNotificationTemplate, WalletUpdateTemplate, } from "./types/comms";
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";
export type { ProductCreateRequest, ProductUpdateRequest, } from "./types/product";