@abella-bilhalba-engenharia/api-client 0.0.33 → 0.0.34

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
@@ -376,10 +376,6 @@ var adminContract = {
376
376
  balance: import_zod3.default.int().nonnegative(),
377
377
  active: import_zod3.default.int().nonnegative(),
378
378
  injected: import_zod3.default.int().nonnegative()
379
- }),
380
- client: import_zod3.default.object({
381
- name: import_zod3.default.string(),
382
- id: import_zod3.default.uuidv4()
383
379
  })
384
380
  }),
385
381
  responses: {
package/dist/index.d.cts CHANGED
@@ -344,10 +344,6 @@ declare const adminContract: {
344
344
  active: zod__default.ZodInt;
345
345
  injected: zod__default.ZodInt;
346
346
  }, zod__default.core.$strip>;
347
- client: zod__default.ZodObject<{
348
- name: zod__default.ZodString;
349
- id: zod__default.ZodUUID;
350
- }, zod__default.core.$strip>;
351
347
  }, zod__default.core.$strip>;
352
348
  headers: zod__default.ZodObject<{
353
349
  authorization: zod__default.ZodString;
@@ -876,10 +872,6 @@ declare const contract: {
876
872
  active: zod.ZodInt;
877
873
  injected: zod.ZodInt;
878
874
  }, zod_v4_core.$strip>;
879
- client: zod.ZodObject<{
880
- name: zod.ZodString;
881
- id: zod.ZodUUID;
882
- }, zod_v4_core.$strip>;
883
875
  }, zod_v4_core.$strip>;
884
876
  headers: zod.ZodObject<{
885
877
  authorization: zod.ZodString;
package/dist/index.d.ts CHANGED
@@ -344,10 +344,6 @@ declare const adminContract: {
344
344
  active: zod__default.ZodInt;
345
345
  injected: zod__default.ZodInt;
346
346
  }, zod__default.core.$strip>;
347
- client: zod__default.ZodObject<{
348
- name: zod__default.ZodString;
349
- id: zod__default.ZodUUID;
350
- }, zod__default.core.$strip>;
351
347
  }, zod__default.core.$strip>;
352
348
  headers: zod__default.ZodObject<{
353
349
  authorization: zod__default.ZodString;
@@ -876,10 +872,6 @@ declare const contract: {
876
872
  active: zod.ZodInt;
877
873
  injected: zod.ZodInt;
878
874
  }, zod_v4_core.$strip>;
879
- client: zod.ZodObject<{
880
- name: zod.ZodString;
881
- id: zod.ZodUUID;
882
- }, zod_v4_core.$strip>;
883
875
  }, zod_v4_core.$strip>;
884
876
  headers: zod.ZodObject<{
885
877
  authorization: zod.ZodString;
package/dist/index.js CHANGED
@@ -335,10 +335,6 @@ var adminContract = {
335
335
  balance: z3.int().nonnegative(),
336
336
  active: z3.int().nonnegative(),
337
337
  injected: z3.int().nonnegative()
338
- }),
339
- client: z3.object({
340
- name: z3.string(),
341
- id: z3.uuidv4()
342
338
  })
343
339
  }),
344
340
  responses: {
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.33",
5
+ "version": "0.0.34",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "types": "./dist/index.d.ts",