@abella-bilhalba-engenharia/api-client 0.0.22 → 0.0.23
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 +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -144,7 +144,7 @@ var adminContract = {
|
|
|
144
144
|
password: import_zod3.default.string().min(8).max(128)
|
|
145
145
|
}),
|
|
146
146
|
responses: {
|
|
147
|
-
|
|
147
|
+
201: import_zod3.default.object({
|
|
148
148
|
data: import_zod3.default.object({
|
|
149
149
|
name: import_zod3.default.string(),
|
|
150
150
|
email: import_zod3.default.email(),
|
package/dist/index.d.cts
CHANGED
|
@@ -128,7 +128,7 @@ declare const adminContract: {
|
|
|
128
128
|
}, z__default.core.$strip>;
|
|
129
129
|
path: "/clients";
|
|
130
130
|
responses: {
|
|
131
|
-
|
|
131
|
+
201: z__default.ZodObject<{
|
|
132
132
|
data: z__default.ZodObject<{
|
|
133
133
|
name: z__default.ZodString;
|
|
134
134
|
email: z__default.ZodEmail;
|
|
@@ -272,7 +272,7 @@ declare const contract: {
|
|
|
272
272
|
message: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
273
273
|
}, zod_v4_core.$strip>;
|
|
274
274
|
}, zod_v4_core.$strip>;
|
|
275
|
-
|
|
275
|
+
201: z.ZodObject<{
|
|
276
276
|
data: z.ZodObject<{
|
|
277
277
|
name: z.ZodString;
|
|
278
278
|
email: z.ZodEmail;
|
package/dist/index.d.ts
CHANGED
|
@@ -128,7 +128,7 @@ declare const adminContract: {
|
|
|
128
128
|
}, z__default.core.$strip>;
|
|
129
129
|
path: "/clients";
|
|
130
130
|
responses: {
|
|
131
|
-
|
|
131
|
+
201: z__default.ZodObject<{
|
|
132
132
|
data: z__default.ZodObject<{
|
|
133
133
|
name: z__default.ZodString;
|
|
134
134
|
email: z__default.ZodEmail;
|
|
@@ -272,7 +272,7 @@ declare const contract: {
|
|
|
272
272
|
message: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
273
273
|
}, zod_v4_core.$strip>;
|
|
274
274
|
}, zod_v4_core.$strip>;
|
|
275
|
-
|
|
275
|
+
201: z.ZodObject<{
|
|
276
276
|
data: z.ZodObject<{
|
|
277
277
|
name: z.ZodString;
|
|
278
278
|
email: z.ZodEmail;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED