sticapi_client 3.2.8 → 3.2.9
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.
- checksums.yaml +4 -4
- data/lib/sticapi_client/intranet.rb +7 -0
- data/lib/sticapi_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bc75542ab888eb8b70bd55d85ff64da4ab6c8b87576455cc86f8bb509321bc2
|
4
|
+
data.tar.gz: c85770681b3ef4624031eec31b6f601ccacd30aed8057f67ad4eccfd149d093b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb3c9c603f8196d00d592f31ad6902bfc2b1440c1e58fe12065473d256ad8e185d3ccb95aa43008a05c379455c71e535f34458354f1f721f9f09679ed855f8e2
|
7
|
+
data.tar.gz: e347fbeb7d5b0a0acffe2de382b43cf64f087592cd261941afd564eed5e66a15631613ae320242ed64525aa66d8dbaa48e0bc5b40612d998f7d7645b5853e574
|
@@ -23,6 +23,13 @@ module SticapiClient
|
|
23
23
|
Sticapi::SticapiClient.instance.sticapi_request("/intranet/grau_usuario", options)
|
24
24
|
end
|
25
25
|
|
26
|
+
# Gestores individuais de ponto
|
27
|
+
# Retorno [JSON] Dados dos gestores individuais de ponto
|
28
|
+
# campos: [id data_criacao data_exclusao observacao id_vinculo_gestor matricula_gestor id_vinculo_gerido matricula_gerido]
|
29
|
+
def self.gestores_individuais(options = {})
|
30
|
+
Sticapi::SticapiClient.instance.sticapi_request("/intranet/gestores_individuais", options)
|
31
|
+
end
|
32
|
+
|
26
33
|
# Dados básicos dos usuário ativos do Intranet
|
27
34
|
# Retorno [JSON] Dados dos usuários ativos
|
28
35
|
# campos: [id nascimentoData sexo cpf nome email data_posse_efetivo categoria cargo_efetivo_id cargo_efetivo_descricao cargo_comissionado_id cargo_comissionado_descricao]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sticapi_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Viana
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
139
|
- !ruby/object:Gem::Version
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
|
-
rubygems_version: 3.4.
|
142
|
+
rubygems_version: 3.4.22
|
143
143
|
signing_key:
|
144
144
|
specification_version: 4
|
145
145
|
summary: Client to use TJPI sticapi services
|