@nomalism-com/types 0.45.24 → 0.45.25
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
|
@@ -2859,8 +2859,7 @@ __export(route_schema_exports40, {
|
|
|
2859
2859
|
});
|
|
2860
2860
|
import joi41 from "joi";
|
|
2861
2861
|
var refreshTokenBodyKeys = {
|
|
2862
|
-
token: joi41.string()
|
|
2863
|
-
ip: joi41.string()
|
|
2862
|
+
token: joi41.string()
|
|
2864
2863
|
};
|
|
2865
2864
|
var refreshTokenBody = joi41.object().keys(refreshTokenBodyKeys).messages(messages);
|
|
2866
2865
|
|
package/dist/index.js
CHANGED
|
@@ -2859,8 +2859,7 @@ __export(route_schema_exports40, {
|
|
|
2859
2859
|
});
|
|
2860
2860
|
import joi41 from "joi";
|
|
2861
2861
|
var refreshTokenBodyKeys = {
|
|
2862
|
-
token: joi41.string()
|
|
2863
|
-
ip: joi41.string()
|
|
2862
|
+
token: joi41.string()
|
|
2864
2863
|
};
|
|
2865
2864
|
var refreshTokenBody = joi41.object().keys(refreshTokenBodyKeys).messages(messages);
|
|
2866
2865
|
|
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.25",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|