@navservice/core 1.89.0 → 1.90.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,7 +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
+ type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET" | "PUBLIC_BASE_URL_CLOUDFLARE_BUCKET_PUBLIC";
11
11
  }
12
12
  interface Context extends HonoContext {
13
13
  env: {
@@ -1,7 +1,7 @@
1
- import { BaseUrl } from "./_api";
1
+ import t from "../types";
2
2
  declare const _environment: {
3
3
  new (): {};
4
- set(key: BaseUrl, props: string): void;
5
- get(key: BaseUrl): BaseUrl;
4
+ set(key: t.Geral.BaseUrl, props: string): void;
5
+ get(key: t.Geral.BaseUrl): t.Geral.BaseUrl;
6
6
  };
7
7
  export default _environment;
@@ -176,8 +176,8 @@ declare const utils: {
176
176
  };
177
177
  environment: {
178
178
  new (): {};
179
- set(key: import("./_api").BaseUrl, props: string): void;
180
- get(key: import("./_api").BaseUrl): import("./_api").BaseUrl;
179
+ set(key: import("..").TypesCore.Geral.BaseUrl, props: string): void;
180
+ get(key: import("..").TypesCore.Geral.BaseUrl): import("..").TypesCore.Geral.BaseUrl;
181
181
  };
182
182
  };
183
183
  export default utils;
@@ -165,6 +165,7 @@ var _type_response_TypeControllerResponse;
165
165
  ;// CONCATENATED MODULE: ./src/types/index.ts
166
166
  // ENTIDADES TIPADAS
167
167
 
168
+ //GERAL
168
169
 
169
170
  (function(t) {
170
171
  (function(Controller) {
@@ -7,7 +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
+ type BaseUrl = "PUBLIC_BASE_URL_BACKEND_FINANCEIRO" | "PUBLIC_BASE_URL_BACKEND_USUARIO" | "PUBLIC_BASE_URL_BACKEND_BUCKET" | "PUBLIC_BASE_URL_CLOUDFLARE_BUCKET_PUBLIC";
11
11
  }
12
12
  interface Context extends HonoContext {
13
13
  env: {
@@ -1,7 +1,7 @@
1
- import { BaseUrl } from "./_api";
1
+ import t from "../types";
2
2
  declare const _environment: {
3
3
  new (): {};
4
- set(key: BaseUrl, props: string): void;
5
- get(key: BaseUrl): BaseUrl;
4
+ set(key: t.Geral.BaseUrl, props: string): void;
5
+ get(key: t.Geral.BaseUrl): t.Geral.BaseUrl;
6
6
  };
7
7
  export default _environment;
@@ -176,8 +176,8 @@ declare const utils: {
176
176
  };
177
177
  environment: {
178
178
  new (): {};
179
- set(key: import("./_api").BaseUrl, props: string): void;
180
- get(key: import("./_api").BaseUrl): import("./_api").BaseUrl;
179
+ set(key: import("..").TypesCore.Geral.BaseUrl, props: string): void;
180
+ get(key: import("..").TypesCore.Geral.BaseUrl): import("..").TypesCore.Geral.BaseUrl;
181
181
  };
182
182
  };
183
183
  export default utils;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navservice/core",
3
- "version": "1.89.0",
3
+ "version": "1.90.0",
4
4
  "description": "Service core de todos os micro serviços",
5
5
  "type": "module",
6
6
  "exports": {