warqadui 0.0.69 → 0.0.71
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 +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js +200 -2632
- package/dist/index.mjs +215 -2646
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1123,20 +1123,14 @@ declare const createAccountSchema: z$1.ZodObject<{
|
|
|
1123
1123
|
email: z$1.ZodEffects<z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>;
|
|
1124
1124
|
phoneNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
1125
1125
|
sex: z$1.ZodEnum<["male", "female"]>;
|
|
1126
|
-
owner: z$1.ZodString;
|
|
1127
|
-
host: z$1.ZodString;
|
|
1128
1126
|
}, "strip", z$1.ZodTypeAny, {
|
|
1129
1127
|
name: string;
|
|
1130
1128
|
sex: "male" | "female";
|
|
1131
|
-
owner: string;
|
|
1132
|
-
host: string;
|
|
1133
1129
|
email?: string | undefined;
|
|
1134
1130
|
phoneNumber?: string | undefined;
|
|
1135
1131
|
}, {
|
|
1136
1132
|
name: string;
|
|
1137
1133
|
sex: "male" | "female";
|
|
1138
|
-
owner: string;
|
|
1139
|
-
host: string;
|
|
1140
1134
|
email?: string | undefined;
|
|
1141
1135
|
phoneNumber?: string | undefined;
|
|
1142
1136
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1123,20 +1123,14 @@ declare const createAccountSchema: z$1.ZodObject<{
|
|
|
1123
1123
|
email: z$1.ZodEffects<z$1.ZodEffects<z$1.ZodOptional<z$1.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>;
|
|
1124
1124
|
phoneNumber: z$1.ZodOptional<z$1.ZodString>;
|
|
1125
1125
|
sex: z$1.ZodEnum<["male", "female"]>;
|
|
1126
|
-
owner: z$1.ZodString;
|
|
1127
|
-
host: z$1.ZodString;
|
|
1128
1126
|
}, "strip", z$1.ZodTypeAny, {
|
|
1129
1127
|
name: string;
|
|
1130
1128
|
sex: "male" | "female";
|
|
1131
|
-
owner: string;
|
|
1132
|
-
host: string;
|
|
1133
1129
|
email?: string | undefined;
|
|
1134
1130
|
phoneNumber?: string | undefined;
|
|
1135
1131
|
}, {
|
|
1136
1132
|
name: string;
|
|
1137
1133
|
sex: "male" | "female";
|
|
1138
|
-
owner: string;
|
|
1139
|
-
host: string;
|
|
1140
1134
|
email?: string | undefined;
|
|
1141
1135
|
phoneNumber?: string | undefined;
|
|
1142
1136
|
}>;
|