@navservice/core 1.88.0 → 1.89.0
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.
|
@@ -7,6 +7,7 @@ declare namespace t {
|
|
|
7
7
|
}
|
|
8
8
|
namespace Geral {
|
|
9
9
|
export import Response = TypeControllerResponse;
|
|
10
|
+
type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET";
|
|
10
11
|
}
|
|
11
12
|
interface Context extends HonoContext {
|
|
12
13
|
env: {
|
package/build/es/utils/_api.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AxiosResponse } from "axios";
|
|
2
|
-
|
|
2
|
+
import t from "../types";
|
|
3
|
+
export type BaseUrl = t.Geral.BaseUrl;
|
|
3
4
|
declare const _api: {
|
|
4
5
|
new (): {};
|
|
5
6
|
servidor_pricipal: {
|
package/build/lib/index.cjs
CHANGED
|
@@ -7,6 +7,7 @@ declare namespace t {
|
|
|
7
7
|
}
|
|
8
8
|
namespace Geral {
|
|
9
9
|
export import Response = TypeControllerResponse;
|
|
10
|
+
type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET";
|
|
10
11
|
}
|
|
11
12
|
interface Context extends HonoContext {
|
|
12
13
|
env: {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AxiosResponse } from "axios";
|
|
2
|
-
|
|
2
|
+
import t from "../types";
|
|
3
|
+
export type BaseUrl = t.Geral.BaseUrl;
|
|
3
4
|
declare const _api: {
|
|
4
5
|
new (): {};
|
|
5
6
|
servidor_pricipal: {
|