@milobedini/shared-types 1.0.66 → 1.0.68

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.
@@ -0,0 +1,4 @@
1
+ export declare const SLOT_START_HOUR: 6;
2
+ export declare const SLOT_END_HOUR: 24;
3
+ export declare const SLOT_STEP_HOURS: 2;
4
+ export declare const LONDON_TZ: "Europe/London";
@@ -0,0 +1,5 @@
1
+ // CONSTANTS
2
+ export const SLOT_START_HOUR = 6;
3
+ export const SLOT_END_HOUR = 24;
4
+ export const SLOT_STEP_HOURS = 2;
5
+ export const LONDON_TZ = 'Europe/London';
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './types';
2
+ export * from './constants';
package/dist/types.d.ts CHANGED
@@ -521,7 +521,3 @@ export type BasicMutationResponse = {
521
521
  message?: string;
522
522
  data?: any;
523
523
  };
524
- export declare const SLOT_START_HOUR: 6;
525
- export declare const SLOT_END_HOUR: 24;
526
- export declare const SLOT_STEP_HOURS: 2;
527
- export declare const LONDON_TZ: "Europe/London";
package/dist/types.js ADDED
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milobedini/shared-types",
3
- "version": "1.0.66",
3
+ "version": "1.0.68",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [