@abella-bilhalba-engenharia/api-client 0.0.17 → 0.0.18
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
package/dist/index.d.cts
CHANGED
|
@@ -105,7 +105,7 @@ declare const adminContract: {
|
|
|
105
105
|
headers: {
|
|
106
106
|
token: z__default.ZodString;
|
|
107
107
|
};
|
|
108
|
-
path: "/
|
|
108
|
+
path: "/clients";
|
|
109
109
|
responses: {
|
|
110
110
|
200: z__default.ZodArray<z__default.ZodObject<{
|
|
111
111
|
name: z__default.ZodString;
|
|
@@ -171,7 +171,7 @@ declare const contract: {
|
|
|
171
171
|
headers: {
|
|
172
172
|
token: z.ZodString;
|
|
173
173
|
};
|
|
174
|
-
path: "/
|
|
174
|
+
path: "/clients";
|
|
175
175
|
responses: {
|
|
176
176
|
401: z.ZodObject<{
|
|
177
177
|
error: z.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -105,7 +105,7 @@ declare const adminContract: {
|
|
|
105
105
|
headers: {
|
|
106
106
|
token: z__default.ZodString;
|
|
107
107
|
};
|
|
108
|
-
path: "/
|
|
108
|
+
path: "/clients";
|
|
109
109
|
responses: {
|
|
110
110
|
200: z__default.ZodArray<z__default.ZodObject<{
|
|
111
111
|
name: z__default.ZodString;
|
|
@@ -171,7 +171,7 @@ declare const contract: {
|
|
|
171
171
|
headers: {
|
|
172
172
|
token: z.ZodString;
|
|
173
173
|
};
|
|
174
|
-
path: "/
|
|
174
|
+
path: "/clients";
|
|
175
175
|
responses: {
|
|
176
176
|
401: z.ZodObject<{
|
|
177
177
|
error: z.ZodObject<{
|
package/dist/index.js
CHANGED
package/package.json
CHANGED