@banch0u/core-project-test-repository 2.3.11 → 2.3.14

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.
@@ -9549,7 +9549,7 @@ _defineProperty(Services, "getInventoryBrands", /*#__PURE__*/function () {
9549
9549
  while (1) switch (_context493.prev = _context493.next) {
9550
9550
  case 0:
9551
9551
  _context493.next = 1;
9552
- return api.get("/inventoryBrands/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility, "&name=").concat(query === null || query === void 0 ? void 0 : query.name));
9552
+ return api.get("/inventory/brands/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility, "&name=").concat(query === null || query === void 0 ? void 0 : query.name));
9553
9553
  case 1:
9554
9554
  response = _context493.sent;
9555
9555
  return _context493.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9570,7 +9570,7 @@ _defineProperty(Services, "getInventoryBrandsAll", /*#__PURE__*/function () {
9570
9570
  while (1) switch (_context494.prev = _context494.next) {
9571
9571
  case 0:
9572
9572
  _context494.next = 1;
9573
- return api.get("/inventoryBrands?visibility=".concat(visibility));
9573
+ return api.get("/inventory/brands?visibility=".concat(visibility));
9574
9574
  case 1:
9575
9575
  response = _context494.sent;
9576
9576
  return _context494.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9591,7 +9591,7 @@ _defineProperty(Services, "addInventoryBrands", /*#__PURE__*/function () {
9591
9591
  while (1) switch (_context495.prev = _context495.next) {
9592
9592
  case 0:
9593
9593
  _context495.next = 1;
9594
- return api.post("/inventoryBrands", value);
9594
+ return api.post("/inventory/brands", value);
9595
9595
  case 1:
9596
9596
  response = _context495.sent;
9597
9597
  return _context495.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9612,7 +9612,7 @@ _defineProperty(Services, "editInventoryBrands", /*#__PURE__*/function () {
9612
9612
  while (1) switch (_context496.prev = _context496.next) {
9613
9613
  case 0:
9614
9614
  _context496.next = 1;
9615
- return api.put("/inventoryBrands/".concat(data === null || data === void 0 ? void 0 : data.id), data);
9615
+ return api.put("/inventory/brands/".concat(data === null || data === void 0 ? void 0 : data.id), data);
9616
9616
  case 1:
9617
9617
  response = _context496.sent;
9618
9618
  return _context496.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9633,7 +9633,7 @@ _defineProperty(Services, "deleteInventoryBrands", /*#__PURE__*/function () {
9633
9633
  while (1) switch (_context497.prev = _context497.next) {
9634
9634
  case 0:
9635
9635
  _context497.next = 1;
9636
- return api["delete"]("/inventoryBrands/".concat(id));
9636
+ return api["delete"]("/inventory/brands/".concat(id));
9637
9637
  case 1:
9638
9638
  response = _context497.sent;
9639
9639
  return _context497.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9654,7 +9654,7 @@ _defineProperty(Services, "inventoryBrandsVisibility", /*#__PURE__*/function ()
9654
9654
  while (1) switch (_context498.prev = _context498.next) {
9655
9655
  case 0:
9656
9656
  _context498.next = 1;
9657
- return api.patch("/inventoryBrands/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
9657
+ return api.patch("/inventory/brands/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
9658
9658
  case 1:
9659
9659
  response = _context498.sent;
9660
9660
  return _context498.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9677,7 +9677,7 @@ _defineProperty(Services, "getInventoryCategories", /*#__PURE__*/function () {
9677
9677
  while (1) switch (_context499.prev = _context499.next) {
9678
9678
  case 0:
9679
9679
  _context499.next = 1;
9680
- return api.get("/inventoryCategories/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility));
9680
+ return api.get("/inventory/categories/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility));
9681
9681
  case 1:
9682
9682
  response = _context499.sent;
9683
9683
  return _context499.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9698,7 +9698,7 @@ _defineProperty(Services, "getInventoryCategoriesAll", /*#__PURE__*/function ()
9698
9698
  while (1) switch (_context500.prev = _context500.next) {
9699
9699
  case 0:
9700
9700
  _context500.next = 1;
9701
- return api.get("/inventoryCategories?visibility=".concat(visibility));
9701
+ return api.get("/inventory/categories?visibility=".concat(visibility));
9702
9702
  case 1:
9703
9703
  response = _context500.sent;
9704
9704
  return _context500.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9719,7 +9719,7 @@ _defineProperty(Services, "addInventoryCategories", /*#__PURE__*/function () {
9719
9719
  while (1) switch (_context501.prev = _context501.next) {
9720
9720
  case 0:
9721
9721
  _context501.next = 1;
9722
- return api.post("/inventoryCategories", value);
9722
+ return api.post("/inventory/categories", value);
9723
9723
  case 1:
9724
9724
  response = _context501.sent;
9725
9725
  return _context501.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9740,7 +9740,7 @@ _defineProperty(Services, "editInventoryCategories", /*#__PURE__*/function () {
9740
9740
  while (1) switch (_context502.prev = _context502.next) {
9741
9741
  case 0:
9742
9742
  _context502.next = 1;
9743
- return api.put("/inventoryCategories/".concat(data === null || data === void 0 ? void 0 : data.id), data);
9743
+ return api.put("/inventory/categories/".concat(data === null || data === void 0 ? void 0 : data.id), data);
9744
9744
  case 1:
9745
9745
  response = _context502.sent;
9746
9746
  return _context502.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9761,7 +9761,7 @@ _defineProperty(Services, "deleteInventoryCategories", /*#__PURE__*/function ()
9761
9761
  while (1) switch (_context503.prev = _context503.next) {
9762
9762
  case 0:
9763
9763
  _context503.next = 1;
9764
- return api["delete"]("/inventoryCategories/".concat(id));
9764
+ return api["delete"]("/inventory/categories/".concat(id));
9765
9765
  case 1:
9766
9766
  response = _context503.sent;
9767
9767
  return _context503.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9782,7 +9782,7 @@ _defineProperty(Services, "inventoryCategoriesVisibility", /*#__PURE__*/function
9782
9782
  while (1) switch (_context504.prev = _context504.next) {
9783
9783
  case 0:
9784
9784
  _context504.next = 1;
9785
- return api.patch("/inventoryCategories/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
9785
+ return api.patch("/inventory/categories/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
9786
9786
  case 1:
9787
9787
  response = _context504.sent;
9788
9788
  return _context504.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9933,7 +9933,7 @@ _defineProperty(Services, "getinventoryPackageTypes", /*#__PURE__*/function () {
9933
9933
  while (1) switch (_context511.prev = _context511.next) {
9934
9934
  case 0:
9935
9935
  _context511.next = 1;
9936
- return api.get("/inventoryPackageTypes/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility, "&name=").concat(query === null || query === void 0 ? void 0 : query.name));
9936
+ return api.get("/inventory/packagetypes/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility, "&name=").concat(query === null || query === void 0 ? void 0 : query.name));
9937
9937
  case 1:
9938
9938
  response = _context511.sent;
9939
9939
  return _context511.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9954,7 +9954,7 @@ _defineProperty(Services, "getinventoryPackageTypesAll", /*#__PURE__*/function (
9954
9954
  while (1) switch (_context512.prev = _context512.next) {
9955
9955
  case 0:
9956
9956
  _context512.next = 1;
9957
- return api.get("/inventoryPackageTypes?visibility=".concat(visibility));
9957
+ return api.get("/inventory/packagetypes?visibility=".concat(visibility));
9958
9958
  case 1:
9959
9959
  response = _context512.sent;
9960
9960
  return _context512.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9975,7 +9975,7 @@ _defineProperty(Services, "addinventoryPackageTypes", /*#__PURE__*/function () {
9975
9975
  while (1) switch (_context513.prev = _context513.next) {
9976
9976
  case 0:
9977
9977
  _context513.next = 1;
9978
- return api.post("/inventoryPackageTypes", value);
9978
+ return api.post("/inventory/packagetypes", value);
9979
9979
  case 1:
9980
9980
  response = _context513.sent;
9981
9981
  return _context513.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -9996,7 +9996,7 @@ _defineProperty(Services, "editinventoryPackageTypes", /*#__PURE__*/function ()
9996
9996
  while (1) switch (_context514.prev = _context514.next) {
9997
9997
  case 0:
9998
9998
  _context514.next = 1;
9999
- return api.put("/inventoryPackageTypes/".concat(data === null || data === void 0 ? void 0 : data.id), data);
9999
+ return api.put("/inventory/packagetypes/".concat(data === null || data === void 0 ? void 0 : data.id), data);
10000
10000
  case 1:
10001
10001
  response = _context514.sent;
10002
10002
  return _context514.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10017,7 +10017,7 @@ _defineProperty(Services, "deleteinventoryPackageTypes", /*#__PURE__*/function (
10017
10017
  while (1) switch (_context515.prev = _context515.next) {
10018
10018
  case 0:
10019
10019
  _context515.next = 1;
10020
- return api["delete"]("/inventoryPackageTypes/".concat(id));
10020
+ return api["delete"]("/inventory/packagetypes/".concat(id));
10021
10021
  case 1:
10022
10022
  response = _context515.sent;
10023
10023
  return _context515.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10038,7 +10038,7 @@ _defineProperty(Services, "inventoryPackageTypesVisibility", /*#__PURE__*/functi
10038
10038
  while (1) switch (_context516.prev = _context516.next) {
10039
10039
  case 0:
10040
10040
  _context516.next = 1;
10041
- return api.patch("/inventoryPackageTypes/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
10041
+ return api.patch("/inventory/packagetypes/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
10042
10042
  case 1:
10043
10043
  response = _context516.sent;
10044
10044
  return _context516.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10061,7 +10061,7 @@ _defineProperty(Services, "getInventoryTechnicalDetails", /*#__PURE__*/function
10061
10061
  while (1) switch (_context517.prev = _context517.next) {
10062
10062
  case 0:
10063
10063
  _context517.next = 1;
10064
- return api.get("/inventoryTechnicalDetails/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility, "&name=").concat(query === null || query === void 0 ? void 0 : query.name, "&inventoryCategoryId=").concat(inventoryCategoryId));
10064
+ return api.get("/inventory/technicaldetails/".concat(size, "/page/").concat(page, "?visibility=").concat(visibility, "&name=").concat(query === null || query === void 0 ? void 0 : query.name, "&inventoryCategoryId=").concat(inventoryCategoryId));
10065
10065
  case 1:
10066
10066
  response = _context517.sent;
10067
10067
  return _context517.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10082,7 +10082,7 @@ _defineProperty(Services, "getInventoryTechnicalDetailsAll", /*#__PURE__*/functi
10082
10082
  while (1) switch (_context518.prev = _context518.next) {
10083
10083
  case 0:
10084
10084
  _context518.next = 1;
10085
- return api.get("/inventoryTechnicalDetails?visibility=".concat(visibility, "&inventoryCategoryId=").concat(inventoryCategoryId));
10085
+ return api.get("/inventory/technicaldetails?visibility=".concat(visibility, "&inventoryCategoryId=").concat(inventoryCategoryId));
10086
10086
  case 1:
10087
10087
  response = _context518.sent;
10088
10088
  return _context518.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10103,7 +10103,7 @@ _defineProperty(Services, "addInventoryTechnicalDetails", /*#__PURE__*/function
10103
10103
  while (1) switch (_context519.prev = _context519.next) {
10104
10104
  case 0:
10105
10105
  _context519.next = 1;
10106
- return api.post("/inventoryTechnicalDetails", value);
10106
+ return api.post("/inventory/technicaldetails", value);
10107
10107
  case 1:
10108
10108
  response = _context519.sent;
10109
10109
  return _context519.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10124,7 +10124,7 @@ _defineProperty(Services, "editInventoryTechnicalDetails", /*#__PURE__*/function
10124
10124
  while (1) switch (_context520.prev = _context520.next) {
10125
10125
  case 0:
10126
10126
  _context520.next = 1;
10127
- return api.put("/inventoryTechnicalDetails/".concat(data === null || data === void 0 ? void 0 : data.id), data);
10127
+ return api.put("/inventory/technicaldetails/".concat(data === null || data === void 0 ? void 0 : data.id), data);
10128
10128
  case 1:
10129
10129
  response = _context520.sent;
10130
10130
  return _context520.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10145,7 +10145,7 @@ _defineProperty(Services, "deleteInventoryTechnicalDetails", /*#__PURE__*/functi
10145
10145
  while (1) switch (_context521.prev = _context521.next) {
10146
10146
  case 0:
10147
10147
  _context521.next = 1;
10148
- return api["delete"]("/inventoryTechnicalDetails/".concat(id, "/category/").concat(category));
10148
+ return api["delete"]("/inventory/technicaldetails/".concat(id, "/category/").concat(category));
10149
10149
  case 1:
10150
10150
  response = _context521.sent;
10151
10151
  return _context521.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
@@ -10166,7 +10166,7 @@ _defineProperty(Services, "inventoryTechnicalDetailsVisibility", /*#__PURE__*/fu
10166
10166
  while (1) switch (_context522.prev = _context522.next) {
10167
10167
  case 0:
10168
10168
  _context522.next = 1;
10169
- return api.patch("/inventoryTechnicalDetails/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
10169
+ return api.patch("/inventory/technicaldetails/".concat(data === null || data === void 0 ? void 0 : data.id, "/visibility/").concat(data === null || data === void 0 ? void 0 : data.checked));
10170
10170
  case 1:
10171
10171
  response = _context522.sent;
10172
10172
  return _context522.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banch0u/core-project-test-repository",
3
- "version": "2.3.11",
3
+ "version": "2.3.14",
4
4
  "description": "Shared core features for all projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [