@meerkapp/wms-contracts 0.2.0-beta.16 → 0.2.0-beta.17
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/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -21540,6 +21540,7 @@ interface JwtPayload {
|
|
|
21540
21540
|
email: string;
|
|
21541
21541
|
firstName: string;
|
|
21542
21542
|
lastName: string;
|
|
21543
|
+
avatarUrl: string | null;
|
|
21543
21544
|
warehouseId: number | null;
|
|
21544
21545
|
isActive: boolean;
|
|
21545
21546
|
permissions: Permission[];
|
package/dist/index.d.ts
CHANGED
|
@@ -21540,6 +21540,7 @@ interface JwtPayload {
|
|
|
21540
21540
|
email: string;
|
|
21541
21541
|
firstName: string;
|
|
21542
21542
|
lastName: string;
|
|
21543
|
+
avatarUrl: string | null;
|
|
21543
21544
|
warehouseId: number | null;
|
|
21544
21545
|
isActive: boolean;
|
|
21545
21546
|
permissions: Permission[];
|