@archbase/core 4.0.47 → 4.1.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.
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -6966,7 +6966,12 @@ const ARCHBASE_IOC_API_TYPE = {
|
|
|
6966
6966
|
Profile: Symbol.for("Profile"),
|
|
6967
6967
|
Resource: Symbol.for("Resource"),
|
|
6968
6968
|
ApiToken: Symbol.for("ApiToken"),
|
|
6969
|
-
AccessToken: Symbol.for("AccessToken")
|
|
6969
|
+
AccessToken: Symbol.for("AccessToken"),
|
|
6970
|
+
/**
|
|
6971
|
+
* Leitura do diagnóstico de acesso — panorama, efetivo do usuário e simulação.
|
|
6972
|
+
* Serviço somente leitura; não é o CRUD de nenhuma entidade.
|
|
6973
|
+
*/
|
|
6974
|
+
SecurityDiagnostics: Symbol.for("SecurityDiagnostics")
|
|
6970
6975
|
};
|
|
6971
6976
|
|
|
6972
6977
|
class ArchbaseJacksonParser {
|