@nomalism-com/types 0.39.13 → 0.39.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.
package/dist/index.cjs CHANGED
@@ -5757,8 +5757,8 @@ __export(interface_exports60, {
5757
5757
  Route: () => Route104,
5758
5758
  UpperName: () => UpperName103
5759
5759
  });
5760
- var Route104 = "gmails";
5761
- var UpperName103 = "Gmails";
5760
+ var Route104 = "gmail";
5761
+ var UpperName103 = "Gmail";
5762
5762
  var LowerName103 = UpperName103[0].toLowerCase() + UpperName103.substring(1);
5763
5763
 
5764
5764
  // src/modules/stock/gmails/route.schema.ts
package/dist/index.js CHANGED
@@ -5757,8 +5757,8 @@ __export(interface_exports60, {
5757
5757
  Route: () => Route104,
5758
5758
  UpperName: () => UpperName103
5759
5759
  });
5760
- var Route104 = "gmails";
5761
- var UpperName103 = "Gmails";
5760
+ var Route104 = "gmail";
5761
+ var UpperName103 = "Gmail";
5762
5762
  var LowerName103 = UpperName103[0].toLowerCase() + UpperName103.substring(1);
5763
5763
 
5764
5764
  // src/modules/stock/gmails/route.schema.ts
@@ -1,8 +1,8 @@
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 = "gmails";
5
- export declare const UpperName = "Gmails";
4
+ export declare const Route = "gmail";
5
+ export declare const UpperName = "Gmail";
6
6
  export declare const LowerName: string;
7
7
  export interface IGmailEmailWithAction {
8
8
  id: string;
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.13",
4
+ "version": "0.39.14",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",