UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

10 lines 785 B
// Resource exports export { createHealthCheckResource, createHealthCheckDataResource, } from './health-check'; export { createCustomerListResource, createCustomerListDataResource, } from './customer-list'; export { createCustomerLookupResource, createCustomerLookupDataResource, } from './customer-lookup'; export { createCustomerResource, createCustomerDataResource, } from './customer'; export { createContactsResource, createContactsDataResource, } from './contacts'; export { createContactsUdResource, createContactsUdDataResource, } from './contacts-ud'; export { createShipToResource, createShipToDataResource, } from './ship-to'; export { createOeContactsCustomerResource, createOeContactsCustomerDataResource, } from './oe-contacts-customer'; //# sourceMappingURL=index.js.map