warqadui 0.0.124 → 0.0.129

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
@@ -1421,12 +1421,12 @@ declare const resetPasswordSchema: z$1.ZodObject<{
1421
1421
  token: z$1.ZodString;
1422
1422
  password: z$1.ZodString;
1423
1423
  }, "strip", z$1.ZodTypeAny, {
1424
- password: string;
1425
1424
  token: string;
1425
+ password: string;
1426
1426
  email?: string | undefined;
1427
1427
  }, {
1428
- password: string;
1429
1428
  token: string;
1429
+ password: string;
1430
1430
  email?: string | undefined;
1431
1431
  }>;
1432
1432
  declare const createUserSchema: z$1.ZodObject<{
package/dist/index.d.ts CHANGED
@@ -1421,12 +1421,12 @@ declare const resetPasswordSchema: z$1.ZodObject<{
1421
1421
  token: z$1.ZodString;
1422
1422
  password: z$1.ZodString;
1423
1423
  }, "strip", z$1.ZodTypeAny, {
1424
- password: string;
1425
1424
  token: string;
1425
+ password: string;
1426
1426
  email?: string | undefined;
1427
1427
  }, {
1428
- password: string;
1429
1428
  token: string;
1429
+ password: string;
1430
1430
  email?: string | undefined;
1431
1431
  }>;
1432
1432
  declare const createUserSchema: z$1.ZodObject<{