UNPKG

@paritydeals/node-sdk

Version:

Node.js SDK for interacting with the ParityDeals API.

11 lines 516 B
export { ParityDeals } from './client'; export type { ParityDealsClientOptions, Logger } from './client'; export * from './constants'; export * from './exceptions'; export * from './models'; export type { ReportingOperations } from './reporting'; export type { CheckoutOperations } from './checkout'; export type { EntitlementsOperations } from './entitlements'; export type { CustomersOperations } from './customers'; export type { SubscriptionOperations } from './subscription'; //# sourceMappingURL=index.d.ts.map