@feedmepos/mf-transaction 0.0.18 → 0.0.20

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
@@ -1,4 +1,4 @@
1
- import { _ as e, j as r, m } from "./app-D-hM-wZv.js";
1
+ import { _ as e, j as r, m } from "./app-DfvXz-4L.js";
2
2
  export {
3
3
  e as FmApp,
4
4
  r as i18nMessages,
@@ -1,4 +1,4 @@
1
- import { FdtoUpdatePosUserReq, FdtoUpdatePosMasterUserReq } from "@feedmepos/core/entity";
1
+ import { FdtoUpdatePosUserReq, FdtoUpdatePosMasterUserReq } from "@feedmepos/core";
2
2
  import type { IFdtoPosUser } from "../../types/employee";
3
3
  declare const EmployeeAPI: {
4
4
  readEmployees(): Promise<IFdtoPosUser[]>;
@@ -1,4 +1,4 @@
1
- import { FdoWarehouse } from "@feedmepos/core/entity";
1
+ import { FdoWarehouse } from "@feedmepos/core";
2
2
  declare const inventoryApi: {
3
3
  readWarehouses(): Promise<FdoWarehouse[]>;
4
4
  };
@@ -1,4 +1,4 @@
1
- import { FdoPosRole } from "@feedmepos/core/entity";
1
+ import { FdoPosRole } from "@feedmepos/core";
2
2
  import type { IFdtoPosRole } from "../../types/role";
3
3
  declare const RoleAPI: {
4
4
  readRoles(): Promise<IFdtoPosRole[]>;
@@ -1,4 +1,4 @@
1
- import type { FdoUser } from "@feedmepos/core/entity";
1
+ import type { FdoUser } from "@feedmepos/core";
2
2
  export declare const userApi: {
3
3
  readPermissionUserByPhoneNo(phoneNo: string): Promise<FdoUser>;
4
4
  readPermissionUserByEmail(email: string): Promise<FdoUser>;
@@ -1,4 +1,4 @@
1
- import type { FdoAddress, FdoProfile, FdoRestaurant } from "@feedmepos/core/entity";
1
+ import type { FdoAddress, FdoProfile, FdoRestaurant } from "@feedmepos/core";
2
2
  export interface Address extends FdoAddress {
3
3
  formatted: string;
4
4
  isValidPostcode: boolean;