@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 CHANGED
@@ -112,7 +112,7 @@ var adminContract = {
112
112
  clients: c2.router({
113
113
  list: {
114
114
  method: "GET",
115
- path: "/admin/clients",
115
+ path: "/clients",
116
116
  headers: {
117
117
  token: authorizationHeader
118
118
  },
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: "/admin/clients";
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: "/admin/clients";
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: "/admin/clients";
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: "/admin/clients";
174
+ path: "/clients";
175
175
  responses: {
176
176
  401: z.ZodObject<{
177
177
  error: z.ZodObject<{
package/dist/index.js CHANGED
@@ -71,7 +71,7 @@ var adminContract = {
71
71
  clients: c2.router({
72
72
  list: {
73
73
  method: "GET",
74
- path: "/admin/clients",
74
+ path: "/clients",
75
75
  headers: {
76
76
  token: authorizationHeader
77
77
  },
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.17",
5
+ "version": "0.0.18",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "types": "./dist/index.d.ts",