@nomalism-com/types 0.45.36 → 0.45.37
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 +4 -0
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5729,6 +5729,10 @@ var Route126 = "ws";
|
|
|
5729
5729
|
|
|
5730
5730
|
// src/modules/stock/productLocation/interface.ts
|
|
5731
5731
|
var interface_exports69 = {};
|
|
5732
|
+
__export(interface_exports69, {
|
|
5733
|
+
Route: () => Route127
|
|
5734
|
+
});
|
|
5735
|
+
var Route127 = "product_location";
|
|
5732
5736
|
|
|
5733
5737
|
// src/index.ts
|
|
5734
5738
|
var index_default = main_exports;
|
package/dist/index.js
CHANGED
|
@@ -5729,6 +5729,10 @@ var Route126 = "ws";
|
|
|
5729
5729
|
|
|
5730
5730
|
// src/modules/stock/productLocation/interface.ts
|
|
5731
5731
|
var interface_exports69 = {};
|
|
5732
|
+
__export(interface_exports69, {
|
|
5733
|
+
Route: () => Route127
|
|
5734
|
+
});
|
|
5735
|
+
var Route127 = "product_location";
|
|
5732
5736
|
|
|
5733
5737
|
// src/index.ts
|
|
5734
5738
|
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.37",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|