@be-logixpair/api 0.0.83 → 0.0.84
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.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -686462,7 +686462,7 @@ declare const cargoflowRouter: BuiltRouter<{
|
|
|
686462
686462
|
}>>;
|
|
686463
686463
|
}>>;
|
|
686464
686464
|
}>>;
|
|
686465
|
-
type
|
|
686465
|
+
type CargoFlowRouter = typeof cargoflowRouter;
|
|
686466
686466
|
//#endregion
|
|
686467
686467
|
//#region src/features/human-capital/human-capital.routes.d.ts
|
|
686468
686468
|
declare const humanCapitalRouter: BuiltRouter<{
|
|
@@ -718504,5 +718504,5 @@ declare const systemRouter: BuiltRouter<{
|
|
|
718504
718504
|
}>>;
|
|
718505
718505
|
type SystemRouter = typeof systemRouter;
|
|
718506
718506
|
//#endregion
|
|
718507
|
-
export { type AppRouter, type
|
|
718507
|
+
export { type AppRouter, type CargoFlowRouter, type Context, type HumanCapitalRouter, type SettingsRouter, type SystemRouter };
|
|
718508
718508
|
//# sourceMappingURL=index.d.ts.map
|