sticapi_client 3.0.9 → 3.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d76ffa8461f0381be5a46fa53457878ee691c11d84f8af26365065162182f81f
4
- data.tar.gz: 93d112ea48429815412ce51dff2669d8b4c44be45284612b03ab1072457e5a2e
3
+ metadata.gz: 06bd8dae75abd972227b69fee05c0ed94cb49fc8e865bd4284c9bf0756921b8c
4
+ data.tar.gz: 7bcac5e1e1606f3889b54cca51975b2eeec44052bede365791841a506bbc9411
5
5
  SHA512:
6
- metadata.gz: ab2d706ca746c67d19c77f50f9462b098df1eb0d96709aed6678b79ae1c27c885fb571680245761a193d3956f2e9a11b745f882b5b947f348f496faa55e2ab8a
7
- data.tar.gz: 25011f899d761516b238bd9c464d5ebd0adc0da57991ff2074bf8483b2f329e06645e969cf24cf8a6b4b3d25cde5fdd7571eb5c781cb4725c1f9c6dddc45bcd4
6
+ metadata.gz: a9b8644ce18f2e142b2337ba6903d1e78deeddd02b7b6b3d72fbfcf6dd50ee4203cd02adcd33fe86d6309dbb616d073b6ccb60ff027683ccd7ea91c990b54cda
7
+ data.tar.gz: df07ba51634d1e4df212981e311977d87880d4f29c0c02ccd62bfe385b49519ed5acaed1aece7f1266eb37441dcc3c28135f9c66d2732c79df6f680caafe823e
@@ -2,24 +2,24 @@ module SticapiClient
2
2
  class Sip
3
3
  # Listar unidades cadastradas no sistema SEI
4
4
  # Retorno [JSON] Unidades do sistema SEI com dados de contato
5
- def self.unidades
5
+ def self.unidades(options = {})
6
6
  Sticapi::SticapiClient.instance.sticapi_request('/sip/unidades', options)
7
7
  end
8
8
 
9
9
  # Listar tipos de documento cadastrados no sistema SEI
10
10
  # Retorno [JSON] tipos de documento do sistema SEI
11
- def self.tipos_de_documento
11
+ def self.tipos_de_documento(options = {})
12
12
  Sticapi::SticapiClient.instance.sticapi_request('/sip/tipos_de_documento', options)
13
13
  end
14
14
 
15
- # Listar tipos de documento cadastrados no sistema SEI
16
- # Retorno [JSON] tipos de documento do sistema SEI
15
+ # Listar usuario cadastrados no sistema SEI
16
+ # Retorno [JSON] usuarios do sistema SEI
17
17
  def self.usuarios(options = {})
18
18
  Sticapi::SticapiClient.instance.sticapi_request('/sip/usuarios', options)
19
19
  end
20
20
 
21
- # Listar tipos de documento cadastrados no sistema SEI
22
- # Retorno [JSON] tipos de documento do sistema SEI
21
+ # Listar permissoes de usuario cadastradas no sistema SEI
22
+ # Retorno [JSON] permissoes do sistema SEI
23
23
  def self.permissoes(options = {})
24
24
  Sticapi::SticapiClient.instance.sticapi_request('/sip/permissoes', options)
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module SticapiClient
2
- VERSION = "3.0.9"
2
+ VERSION = "3.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana