import * as category from './category.js'; import * as cimage from './cimage.js'; import * as client from './client.js'; import * as customergroup from './customergroup.js'; import * as deletedEntity from './deleted-entity.js'; import * as init from './init.js'; import * as newpin from './newpin.js'; import * as order from './order.js'; import * as pimage from './pimage.js'; import * as product from './product.js'; import * as productcomposite from './productcomposite.js'; export const endpoints = [client, newpin, init, category, product, productcomposite, deletedEntity, pimage, cimage, customergroup, order];