@lancom/shared 0.0.104 → 0.0.105

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -415,5 +415,8 @@ export default {
415
415
  },
416
416
  sendToPrinter(job) {
417
417
  return _post('admin/printers/job', job);
418
+ },
419
+ findResources(query) {
420
+ return _get(`admin/order/resources?search=${query || ''}`);
418
421
  }
419
422
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.104",
3
+ "version": "0.0.105",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {