@nomalism-com/types 0.45.36 → 0.45.38
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.
package/dist/index.cjs
CHANGED
|
@@ -5027,7 +5027,8 @@ var findProductSheetByReferenceQuery = joi94.object().keys({
|
|
|
5027
5027
|
}).messages(messages);
|
|
5028
5028
|
var productLocationBody = joi94.object().keys({
|
|
5029
5029
|
location_id: joi94.string().required(),
|
|
5030
|
-
|
|
5030
|
+
product_ids: joi94.array().items(joi94.string().uuid()).required(),
|
|
5031
|
+
created_by: joi94.string().required()
|
|
5031
5032
|
}).messages(messages);
|
|
5032
5033
|
|
|
5033
5034
|
// src/modules/stock/task/interface.ts
|
|
@@ -5729,6 +5730,10 @@ var Route126 = "ws";
|
|
|
5729
5730
|
|
|
5730
5731
|
// src/modules/stock/productLocation/interface.ts
|
|
5731
5732
|
var interface_exports69 = {};
|
|
5733
|
+
__export(interface_exports69, {
|
|
5734
|
+
Route: () => Route127
|
|
5735
|
+
});
|
|
5736
|
+
var Route127 = "product_location";
|
|
5732
5737
|
|
|
5733
5738
|
// src/index.ts
|
|
5734
5739
|
var index_default = main_exports;
|
package/dist/index.js
CHANGED
|
@@ -5027,7 +5027,8 @@ var findProductSheetByReferenceQuery = joi94.object().keys({
|
|
|
5027
5027
|
}).messages(messages);
|
|
5028
5028
|
var productLocationBody = joi94.object().keys({
|
|
5029
5029
|
location_id: joi94.string().required(),
|
|
5030
|
-
|
|
5030
|
+
product_ids: joi94.array().items(joi94.string().uuid()).required(),
|
|
5031
|
+
created_by: joi94.string().required()
|
|
5031
5032
|
}).messages(messages);
|
|
5032
5033
|
|
|
5033
5034
|
// src/modules/stock/task/interface.ts
|
|
@@ -5729,6 +5730,10 @@ var Route126 = "ws";
|
|
|
5729
5730
|
|
|
5730
5731
|
// src/modules/stock/productLocation/interface.ts
|
|
5731
5732
|
var interface_exports69 = {};
|
|
5733
|
+
__export(interface_exports69, {
|
|
5734
|
+
Route: () => Route127
|
|
5735
|
+
});
|
|
5736
|
+
var Route127 = "product_location";
|
|
5732
5737
|
|
|
5733
5738
|
// src/index.ts
|
|
5734
5739
|
var index_default = main_exports;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomalism-com/types",
|
|
3
3
|
"description": "A nomalism package with all necessary types and validations for developing APIs",
|
|
4
|
-
"version": "0.45.
|
|
4
|
+
"version": "0.45.38",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|