@orderingstack/ordering-types 1.38.1 → 1.39.0

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.
@@ -827,3 +827,12 @@ export interface IPublicTenantProperties extends IStringKeyRecord<string | undef
827
827
  currency?: string;
828
828
  fiscalFromPos?: "true" | "false";
829
829
  }
830
+ export interface IMenuLock {
831
+ id: string;
832
+ products?: string[];
833
+ instances?: string[];
834
+ lockedInChannel?: Partial<Record<EChannelName, boolean>>;
835
+ description?: string;
836
+ plannedLockExpirationDate?: string | null;
837
+ lockReason?: string | null;
838
+ }
@@ -827,3 +827,12 @@ export interface IPublicTenantProperties extends IStringKeyRecord<string | undef
827
827
  currency?: string;
828
828
  fiscalFromPos?: "true" | "false";
829
829
  }
830
+ export interface IMenuLock {
831
+ id: string;
832
+ products?: string[];
833
+ instances?: string[];
834
+ lockedInChannel?: Partial<Record<EChannelName, boolean>>;
835
+ description?: string;
836
+ plannedLockExpirationDate?: string | null;
837
+ lockReason?: string | null;
838
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.38.1",
3
+ "version": "1.39.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",