UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

21 lines 2.82 kB
export { createAttributeGroupsResource, createAttributeGroupsDataResource, type AttributeGroupsResource, type AttributeGroupsDataResource, } from './attribute-groups'; export { createAttributesResource, createAttributesDataResource, type AttributesResource, type AttributesDataResource, } from './attributes'; export { createBrandsResource, createBrandsDataResource, type BrandsResource, type BrandsDataResource, } from './brands'; export { createCategoriesResource, createCategoriesDataResource, type CategoriesResource, type CategoriesDataResource, } from './categories'; export { createContractsResource, createContractsDataResource, type ContractsResource, type ContractsDataResource, } from './contracts'; export { createHealthCheckResource, createHealthCheckDataResource, type HealthCheckResource, type HealthCheckDataResource, } from './health-check'; export { createInternalResource, createInternalDataResource, type InternalResource, type InternalDataResource, } from './internal'; export { createInvMastResource, createInvMastDataResource, type InvMastResource, type InvMastDataResource, } from './inv-mast'; export { createInvMastLinksResource, createInvMastLinksDataResource, type InvMastLinksResource, type InvMastLinksDataResource, } from './inv-mast-links'; export { createInvMastSubPartsResource, createInvMastSubPartsDataResource, type InvMastSubPartsResource, type InvMastSubPartsDataResource, } from './inv-mast-sub-parts'; export { createItemCategoryResource, createItemCategoryDataResource, type ItemCategoryResource, type ItemCategoryDataResource, } from './item-category'; export { createItemFavoritesResource, createItemFavoritesDataResource, type ItemFavoritesResource, type ItemFavoritesDataResource, } from './item-favorites'; export { createItemUomResource, createItemUomDataResource, type ItemUomResource, type ItemUomDataResource, } from './item-uom'; export { createItemWishlistResource, createItemWishlistDataResource, type ItemWishlistResource, type ItemWishlistDataResource, } from './item-wishlist'; export { createLocationsResource, createLocationsDataResource, type LocationsResource, type LocationsDataResource, } from './locations'; export { createPingResource, createPingDataResource, type PingResource, type PingDataResource, } from './ping'; export { createVariantsResource, createVariantsDataResource, type VariantsResource, type VariantsDataResource, } from './variants'; export { createInvLocResource, createInvLocDataResource, type InvLocResource, type InvLocDataResource, } from './inv-loc'; export { createInvMastUdResource, createInvMastUdDataResource, type InvMastUdResource, type InvMastUdDataResource, } from './inv-mast-ud'; export { createP21Resource, createP21DataResource, type P21Resource, type P21DataResource, } from './p21'; //# sourceMappingURL=index.d.ts.map