@nomalism-com/types 0.39.10 → 0.39.11
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
|
@@ -5759,7 +5759,7 @@ __export(interface_exports60, {
|
|
|
5759
5759
|
Route: () => Route104,
|
|
5760
5760
|
UpperName: () => UpperName103
|
|
5761
5761
|
});
|
|
5762
|
-
var Route104 = "
|
|
5762
|
+
var Route104 = "gmails";
|
|
5763
5763
|
var UpperName103 = "Gmails";
|
|
5764
5764
|
var LowerName103 = UpperName103[0].toLowerCase() + UpperName103.substring(1);
|
|
5765
5765
|
|
package/dist/index.js
CHANGED
|
@@ -5759,7 +5759,7 @@ __export(interface_exports60, {
|
|
|
5759
5759
|
Route: () => Route104,
|
|
5760
5760
|
UpperName: () => UpperName103
|
|
5761
5761
|
});
|
|
5762
|
-
var Route104 = "
|
|
5762
|
+
var Route104 = "gmails";
|
|
5763
5763
|
var UpperName103 = "Gmails";
|
|
5764
5764
|
var LowerName103 = UpperName103[0].toLowerCase() + UpperName103.substring(1);
|
|
5765
5765
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
2
|
import { Gmails } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = Gmails;
|
|
4
|
-
export declare const Route = "
|
|
4
|
+
export declare const Route = "gmails";
|
|
5
5
|
export declare const UpperName = "Gmails";
|
|
6
6
|
export declare const LowerName: string;
|
|
7
7
|
export interface IGmailEmailWithAction {
|
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.39.
|
|
4
|
+
"version": "0.39.11",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|