@signskart/shared 1.3.29 → 1.3.30

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.d.mts CHANGED
@@ -511,9 +511,9 @@ interface IAdmin {
511
511
  _id: string;
512
512
  name: string;
513
513
  email: string;
514
- phone?: string;
514
+ phone: string;
515
515
  status: boolean;
516
- password?: string;
516
+ password: string;
517
517
  role: AdminRole;
518
518
  access_list: string[];
519
519
  createdAt?: Date | string;
package/dist/index.d.ts CHANGED
@@ -511,9 +511,9 @@ interface IAdmin {
511
511
  _id: string;
512
512
  name: string;
513
513
  email: string;
514
- phone?: string;
514
+ phone: string;
515
515
  status: boolean;
516
- password?: string;
516
+ password: string;
517
517
  role: AdminRole;
518
518
  access_list: string[];
519
519
  createdAt?: Date | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.29",
3
+ "version": "1.3.30",
4
4
  "description": "Production-grade upload manager SDK with queue, progress tracking, retry logic, and multi-provider support (S3, Cloudinary).",
5
5
  "author": "Signskart",
6
6
  "license": "UNLICENSED",