@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 +0 -4
- package/dist/index.d.cts +0 -8
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -4
- package/package.json +1 -1
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
package/package.json
CHANGED