sticapi_client 3.1.3 → 3.1.4

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: d5db8859f80df496d77936de8d0bccaf603cec12218353ffac11a1ba565e41cb
4
- data.tar.gz: 240b37c8caad43e2c476f5d71538b06eab62d8f04dc3ea991b3c53995e73c127
3
+ metadata.gz: d1abcf20acb5f335515a339a4dcdbd64eec67d4e8a505fec4b41884ec380ec74
4
+ data.tar.gz: ecde6ab2a7cc62a8d2a6bdc5c4e308a7dd81fe5857cb70ac04a656aa07a21fb3
5
5
  SHA512:
6
- metadata.gz: ad9301d98fe8b7e03386030a5a6e9feebcb7a6efed6a31ceb4b12952fea429f78a8fd525f1dfda2e5100b14a9b606b38169d0e780825cdaecc3dbda512381452
7
- data.tar.gz: b569f45ebb45c621ce79e6b90d15a054b1c0fb44bd897fc05fe5a3303c1104f5cfd5f16cb98c7e29f9736bbd9b1c0ad928f51ad6df28ab9ac5e4178084e26049
6
+ metadata.gz: 7ad9024207bc5d4d17b08fbed3b09f224a86ed3eb291cbf3ffe8d7923722cdccf426f01212ac28482fba1ead5eb6261d7acbda00ddd5da59e773c0dc13381a73
7
+ data.tar.gz: e49c128a741837423d0783a309494736c8fb9d6073d343ddd07563c410381bd1837e4ba6946f4ffb028cc671e39f79a7bfa8fbe77afd4d7b0576c17f413f5e0a
@@ -2,13 +2,13 @@ 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
 
@@ -1,3 +1,3 @@
1
1
  module SticapiClient
2
- VERSION = "3.1.3"
2
+ VERSION = "3.1.4"
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.1.3
4
+ version: 3.1.4
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-01-27 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails