@orderingstack/ordering-types 1.40.2 → 1.40.3

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.
@@ -622,7 +622,7 @@ export declare enum EOrderProductKind {
622
622
  export interface IProductLiterals {
623
623
  [propName: string]: any;
624
624
  }
625
- type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
625
+ export type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
626
626
  export type TSaleChannelWeek = Partial<Record<TWeekDay, {
627
627
  from: string;
628
628
  to: string;
@@ -622,7 +622,7 @@ export declare enum EOrderProductKind {
622
622
  export interface IProductLiterals {
623
623
  [propName: string]: any;
624
624
  }
625
- type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
625
+ export type TWeekDay = "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN";
626
626
  export type TSaleChannelWeek = Partial<Record<TWeekDay, {
627
627
  from: string;
628
628
  to: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.40.2",
3
+ "version": "1.40.3",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",