@win2win/shared 1.0.62 → 1.0.63

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.
Files changed (27) hide show
  1. package/dist/interfaces/screen_home/aws-config.d.ts +1 -1
  2. package/dist/interfaces/screen_home/aws-config.js +0 -4
  3. package/dist/interfaces/screen_home/config-home.d.ts +1 -1
  4. package/dist/interfaces/screen_home/config-home.js +0 -4
  5. package/dist/interfaces/screen_home/datasource-option.d.ts +1 -1
  6. package/dist/interfaces/screen_home/datasource-option.js +0 -4
  7. package/dist/interfaces/screen_home/footer-config.d.ts +1 -1
  8. package/dist/interfaces/screen_home/footer-config.js +0 -4
  9. package/dist/interfaces/screen_home/footer-variant-config.d.ts +1 -1
  10. package/dist/interfaces/screen_home/footer-variant-config.js +0 -4
  11. package/dist/interfaces/screen_home/google-config.d.ts +1 -1
  12. package/dist/interfaces/screen_home/google-config.js +0 -4
  13. package/dist/interfaces/screen_home/layout-home-config.d.ts +1 -1
  14. package/dist/interfaces/screen_home/layout-home-config.js +0 -4
  15. package/dist/interfaces/screen_home/layouts-config.d.ts +1 -1
  16. package/dist/interfaces/screen_home/layouts-config.js +0 -4
  17. package/dist/interfaces/screen_home/logo-config.d.ts +1 -1
  18. package/dist/interfaces/screen_home/logo-config.js +0 -4
  19. package/dist/interfaces/screen_home/mobile-config.d.ts +1 -1
  20. package/dist/interfaces/screen_home/mobile-config.js +0 -4
  21. package/dist/interfaces/screen_home/role-config.d.ts +1 -1
  22. package/dist/interfaces/screen_home/role-config.js +0 -4
  23. package/dist/interfaces/screen_home/sca-config.d.ts +1 -1
  24. package/dist/interfaces/screen_home/sca-config.js +0 -4
  25. package/dist/interfaces/screen_home/toolbar-config.d.ts +1 -1
  26. package/dist/interfaces/screen_home/toolbar-config.js +0 -4
  27. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- export declare class AwsConfig {
1
+ export interface AwsConfig {
2
2
  S3_ACCESS_KEY_ID?: string;
3
3
  S3_SECRET_ACCESS_KEY?: string;
4
4
  S3_BUCKET_NAME?: string;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AwsConfig = void 0;
4
- class AwsConfig {
5
- }
6
- exports.AwsConfig = AwsConfig;
@@ -2,7 +2,7 @@ import { AwsConfig } from "./aws-config";
2
2
  import { DataSourceOptions } from "./datasource-option";
3
3
  import { GoogleConfig } from "./google-config";
4
4
  import { ScaConfig } from "./sca-config";
5
- export declare class ConfigHome {
5
+ export interface ConfigHome {
6
6
  PUBLIC_PATH?: string;
7
7
  URL_PUBLIC_ADMINERP?: string;
8
8
  URL_PUBLIC_LANDING?: string;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ConfigHome = void 0;
4
- class ConfigHome {
5
- }
6
- exports.ConfigHome = ConfigHome;
@@ -1,4 +1,4 @@
1
- export declare class DataSourceOptions {
1
+ export interface DataSourceOptions {
2
2
  type?: string;
3
3
  host?: string;
4
4
  username?: string;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DataSourceOptions = void 0;
4
- class DataSourceOptions {
5
- }
6
- exports.DataSourceOptions = DataSourceOptions;
@@ -1,5 +1,5 @@
1
1
  import { FooterVariantConfig } from "./footer-variant-config";
2
- export declare class FooterConfig {
2
+ export interface FooterConfig {
3
3
  variant?: {
4
4
  regular?: FooterVariantConfig;
5
5
  minimal?: FooterVariantConfig;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FooterConfig = void 0;
4
- class FooterConfig {
5
- }
6
- exports.FooterConfig = FooterConfig;
@@ -1,4 +1,4 @@
1
- export declare class FooterVariantConfig {
1
+ export interface FooterVariantConfig {
2
2
  elevated?: boolean;
3
3
  iconColor?: string;
4
4
  iconActiveColor?: string;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FooterVariantConfig = void 0;
4
- class FooterVariantConfig {
5
- }
6
- exports.FooterVariantConfig = FooterVariantConfig;
@@ -1,3 +1,3 @@
1
- export declare class GoogleConfig {
1
+ export interface GoogleConfig {
2
2
  GMAPS_API_KEY_GEOCODE?: string;
3
3
  }
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GoogleConfig = void 0;
4
- class GoogleConfig {
5
- }
6
- exports.GoogleConfig = GoogleConfig;
@@ -1,4 +1,4 @@
1
- export declare class LayoutHomeConfig {
1
+ export interface LayoutHomeConfig {
2
2
  mobile?: string;
3
3
  desktop?: string;
4
4
  }
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LayoutHomeConfig = void 0;
4
- class LayoutHomeConfig {
5
- }
6
- exports.LayoutHomeConfig = LayoutHomeConfig;
@@ -2,7 +2,7 @@ import { FooterConfig } from "./footer-config";
2
2
  import { LayoutHomeConfig } from "./layout-home-config";
3
3
  import { RoleConfig } from "./role-config";
4
4
  import { ToolbarConfig } from "./toolbar-config";
5
- export declare class LayoutsConfig {
5
+ export interface LayoutsConfig {
6
6
  home?: Record<string, LayoutHomeConfig>;
7
7
  menu?: {
8
8
  ca?: number[];
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LayoutsConfig = void 0;
4
- class LayoutsConfig {
5
- }
6
- exports.LayoutsConfig = LayoutsConfig;
@@ -1,3 +1,3 @@
1
- export declare class LogoConfig {
1
+ export interface LogoConfig {
2
2
  url?: string;
3
3
  }
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LogoConfig = void 0;
4
- class LogoConfig {
5
- }
6
- exports.LogoConfig = LogoConfig;
@@ -1,3 +1,3 @@
1
- export declare class MobileConfig {
1
+ export interface MobileConfig {
2
2
  color?: string;
3
3
  }
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MobileConfig = void 0;
4
- class MobileConfig {
5
- }
6
- exports.MobileConfig = MobileConfig;
@@ -1,4 +1,4 @@
1
- export declare class RoleConfig {
1
+ export interface RoleConfig {
2
2
  label?: string;
3
3
  icon?: string | null;
4
4
  to?: string;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RoleConfig = void 0;
4
- class RoleConfig {
5
- }
6
- exports.RoleConfig = RoleConfig;
@@ -1,5 +1,5 @@
1
1
  import { LayoutsConfig } from "./layouts-config";
2
- export declare class ScaConfig {
2
+ export interface ScaConfig {
3
3
  soy_banco?: boolean;
4
4
  cliente?: string;
5
5
  bloqueados?: Record<string, any>;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ScaConfig = void 0;
4
- class ScaConfig {
5
- }
6
- exports.ScaConfig = ScaConfig;
@@ -1,6 +1,6 @@
1
1
  import { LogoConfig } from "./logo-config";
2
2
  import { MobileConfig } from "./mobile-config";
3
- export declare class ToolbarConfig {
3
+ export interface ToolbarConfig {
4
4
  elevated?: boolean;
5
5
  color?: string;
6
6
  logo?: LogoConfig;
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ToolbarConfig = void 0;
4
- class ToolbarConfig {
5
- }
6
- exports.ToolbarConfig = ToolbarConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@win2win/shared",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Tipos, interfaces, funciones, constantes, clases y enums compartidos por todos los proyectos de Win2Win",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",