@nomalism-com/types 0.45.57 → 0.45.58

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
@@ -5810,10 +5810,12 @@ __export(interfaces_exports61, {
5810
5810
  IClockTypeEnum: () => IClockTypeEnum,
5811
5811
  IRegistryTypeEnum: () => IRegistryTypeEnum,
5812
5812
  ITimesheetStateEnum: () => ITimesheetStateEnum,
5813
+ Route: () => Route130,
5813
5814
  clockTypes: () => clockTypes,
5814
5815
  registryTypes: () => registryTypes,
5815
5816
  timesheetStates: () => timesheetStates
5816
5817
  });
5818
+ var Route130 = "time_sheet";
5817
5819
  var IClockTypeEnum = {
5818
5820
  ENTRY: "ENTRY",
5819
5821
  EXIT: "EXIT"
package/dist/index.js CHANGED
@@ -5810,10 +5810,12 @@ __export(interfaces_exports61, {
5810
5810
  IClockTypeEnum: () => IClockTypeEnum,
5811
5811
  IRegistryTypeEnum: () => IRegistryTypeEnum,
5812
5812
  ITimesheetStateEnum: () => ITimesheetStateEnum,
5813
+ Route: () => Route130,
5813
5814
  clockTypes: () => clockTypes,
5814
5815
  registryTypes: () => registryTypes,
5815
5816
  timesheetStates: () => timesheetStates
5816
5817
  });
5818
+ var Route130 = "time_sheet";
5817
5819
  var IClockTypeEnum = {
5818
5820
  ENTRY: "ENTRY",
5819
5821
  EXIT: "EXIT"
@@ -1,5 +1,6 @@
1
1
  import * as IShared from '../../../shared/interface';
2
2
  import { TimeSheetDay, TimeSheetClock } from '../../../shared/entities/user';
3
+ export declare const Route = "time_sheet";
3
4
  export declare const IClockTypeEnum: {
4
5
  ENTRY: 'ENTRY';
5
6
  EXIT: 'EXIT';
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.57",
4
+ "version": "0.45.58",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",