@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
9 lines • 1.21 kB
TypeScript
export { createHealthCheckResource, createHealthCheckDataResource, type HealthCheckResource, type HealthCheckDataResource, } from './health-check';
export { createCustomerListResource, createCustomerListDataResource, type CustomerListResource, type CustomerListDataResource, } from './customer-list';
export { createCustomerLookupResource, createCustomerLookupDataResource, type CustomerLookupResource, type CustomerLookupDataResource, } from './customer-lookup';
export { createCustomerResource, createCustomerDataResource, type CustomerResource, type CustomerDataResource, } from './customer';
export { createContactsResource, createContactsDataResource, type ContactsResource, type ContactsDataResource, } from './contacts';
export { createContactsUdResource, createContactsUdDataResource, type ContactsUdResource, type ContactsUdDataResource, } from './contacts-ud';
export { createShipToResource, createShipToDataResource, type ShipToResource, type ShipToDataResource, } from './ship-to';
export { createOeContactsCustomerResource, createOeContactsCustomerDataResource, type OeContactsCustomerResource, type OeContactsCustomerDataResource, } from './oe-contacts-customer';
//# sourceMappingURL=index.d.ts.map