@navservice/core 1.81.0 → 1.82.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.
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from "axios";
2
- export type BaseUrl = "PUBLIC_BASE_URL_FINANCEIRO" | "PUBLIC_BASE_URL_USUARIO" | "PUBLIC_BASE_URL_BUCKET";
2
+ export type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET";
3
3
  declare const _api: {
4
4
  new (): {};
5
5
  servidor_pricipal: {
@@ -1,5 +1,5 @@
1
1
  import { AxiosResponse } from "axios";
2
- export type BaseUrl = "PUBLIC_BASE_URL_FINANCEIRO" | "PUBLIC_BASE_URL_USUARIO" | "PUBLIC_BASE_URL_BUCKET";
2
+ export type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET";
3
3
  declare const _api: {
4
4
  new (): {};
5
5
  servidor_pricipal: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/core",
3
- "version": "1.81.0",
3
+ "version": "1.82.0",
4
4
  "description": "Service core de todos os micro serviços",
5
5
  "type": "module",
6
6
  "exports": {