@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: {
@@ -1,5 +1,6 @@
1
1
  import { AxiosResponse } from "axios";
2
- export type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET";
2
+ import t from "../types";
3
+ export type BaseUrl = t.Geral.BaseUrl;
3
4
  declare const _api: {
4
5
  new (): {};
5
6
  servidor_pricipal: {
@@ -165,7 +165,6 @@ var _type_response_TypeControllerResponse;
165
165
  ;// CONCATENATED MODULE: ./src/types/index.ts
166
166
  // ENTIDADES TIPADAS
167
167
 
168
- //GERAL
169
168
 
170
169
  (function(t) {
171
170
  (function(Controller) {
@@ -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
- export type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET";
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/core",
3
- "version": "1.88.0",
3
+ "version": "1.89.0",
4
4
  "description": "Service core de todos os micro serviços",
5
5
  "type": "module",
6
6
  "exports": {