@feedmepos/mf-mdm 1.6.7-beta.232 → 1.6.7-beta.233
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/app.js
CHANGED
package/dist/utils/types.d.ts
CHANGED
|
@@ -53,4 +53,6 @@ export interface CheckboxOptions {
|
|
|
53
53
|
export declare enum FeatureFlagKey {
|
|
54
54
|
licensePosCreateSubPos = "license_pos_create_subpos"
|
|
55
55
|
}
|
|
56
|
+
export declare const POS_DASHBOARD_ID = "ee5tjb68adwjkb/pos-dashboard-quickwit";
|
|
57
|
+
export declare const KDS_DASHBOARD_ID = "b61ac933-5533-4e2f-b0b5-d600a51e5a3f/kds-dashboard";
|
|
56
58
|
export {};
|