@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 CHANGED
@@ -144,7 +144,7 @@ var adminContract = {
144
144
  password: import_zod3.default.string().min(8).max(128)
145
145
  }),
146
146
  responses: {
147
- 200: import_zod3.default.object({
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
- 200: z__default.ZodObject<{
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
- 200: z.ZodObject<{
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
- 200: z__default.ZodObject<{
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
- 200: z.ZodObject<{
275
+ 201: z.ZodObject<{
276
276
  data: z.ZodObject<{
277
277
  name: z.ZodString;
278
278
  email: z.ZodEmail;
package/dist/index.js CHANGED
@@ -103,7 +103,7 @@ var adminContract = {
103
103
  password: z3.string().min(8).max(128)
104
104
  }),
105
105
  responses: {
106
- 200: z3.object({
106
+ 201: z3.object({
107
107
  data: z3.object({
108
108
  name: z3.string(),
109
109
  email: z3.email(),
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@abella-bilhalba-engenharia/api-client",
3
3
  "description": "Type-safe Client for Abella Bilhalba Engenharia API.",
4
4
  "author": "TheDevick",
5
- "version": "0.0.22",
5
+ "version": "0.0.23",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "types": "./dist/index.d.ts",