forlogic-core 1.16.2 → 1.16.3

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.
@@ -0,0 +1,4 @@
1
+ /** Mapa estático alias → id dos softwares da plataforma Qualiex.
2
+ * Fonte: GET /api/common/v1/softwares (raramente muda).
3
+ * Se um novo módulo for adicionado à plataforma, basta incluir aqui. */
4
+ export declare const SOFTWARES_MAP: Record<string, number>;
package/dist/types.d.ts CHANGED
@@ -526,8 +526,6 @@ export interface ModuleAccessResult {
526
526
  association: UserAssociation | null;
527
527
  /** Função para verificar acesso a outro(s) módulo(s) */
528
528
  hasAccessTo: (alias: string | string[]) => boolean;
529
- /** Lista completa de softwares/módulos disponíveis na plataforma */
530
- softwares: Software[];
531
529
  }
532
530
  export interface ApiResponse<T = unknown> {
533
531
  data: T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forlogic-core",
3
- "version": "1.16.2",
3
+ "version": "1.16.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",