@esb-market-contracts/admin-backend 1.6.0 → 1.6.1
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/api.d.ts +0 -6
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -119,12 +119,7 @@ declare const managementRouter: import("hono/hono-base").HonoBase<{
|
|
|
119
119
|
status: 200;
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
|
-
}, "/iam/management", "/iam/management/employees/permissions">;
|
|
123
|
-
declare const managementCUDRouter: import("hono/hono-base").HonoBase<{
|
|
124
|
-
Variables: VariablesWithActor;
|
|
125
122
|
} & {
|
|
126
|
-
Variables: VariablesWithActor;
|
|
127
|
-
}, {
|
|
128
123
|
"/iam/management/employees/create": {
|
|
129
124
|
$post: {
|
|
130
125
|
input: {
|
|
@@ -174,6 +169,5 @@ declare const managementCUDRouter: import("hono/hono-base").HonoBase<{
|
|
|
174
169
|
};
|
|
175
170
|
}, "/iam/management", "/iam/management/employees/reactivate">;
|
|
176
171
|
export type ManagementRouter = typeof managementRouter;
|
|
177
|
-
export type ManagementCUDRouter = typeof managementCUDRouter;
|
|
178
172
|
|
|
179
173
|
export {};
|