sticapi_client 3.2.8 → 3.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1195e3199253cc1190dfe68440a2bb866a97477a2e0c8773c40b0762d04037c1
4
- data.tar.gz: e33ddfa6ac6c3f1cc726712f3cd3871da14fc04fef5b7817d2faa0c8f5e8fee8
3
+ metadata.gz: 5bc75542ab888eb8b70bd55d85ff64da4ab6c8b87576455cc86f8bb509321bc2
4
+ data.tar.gz: c85770681b3ef4624031eec31b6f601ccacd30aed8057f67ad4eccfd149d093b
5
5
  SHA512:
6
- metadata.gz: c6eaa4f532e2252ecb2b9ffa47a5582943defe34090f74480e7c264c011bc0d6872f89cfcb3fdee885717a2ac845e2aebefa427e8fd19a9ab784ae11ad79bdf0
7
- data.tar.gz: 6e4bca03f43704992c73995cbd38d2bf3bd6f816f067589a3fa5f697d10177f6660dbc5cb2a2c818a2c9101d23b8eb48ee47b2b91f760dfd55546be9fb183f7e
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]
@@ -1,3 +1,3 @@
1
1
  module SticapiClient
2
- VERSION = "3.2.8"
2
+ VERSION = "3.2.9"
3
3
  end
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.8
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-10-10 00:00:00.000000000 Z
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.20
142
+ rubygems_version: 3.4.22
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Client to use TJPI sticapi services